TensorFlow 2 model fitting for negative binomial noise#88
TensorFlow 2 model fitting for negative binomial noise#88picciama wants to merge 142 commits intodevelopmentfrom
Conversation
|
Branch tf2_compatibility merged into tf2. Tf2 can now be merged with dev. |
|
Checking locally: git diff --name-status tf2..tf2_compatibility All changes are in tf2, that looks fine. |
|
waiting for #92 |
|
refactoring finished. The arguments for the training_method are not identical to the ones in |
Adds tensorflow 2 specific code at
batchglm/train/tf2/.Includes negative binomial noise model.
No changes in other folders were made.
To import, we will need to apply changes to
api/models/glm_nb.py, so that it can import frombatchglm/train/tf2/instead ofbatchglm/train/tf/